Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT MERGE YET [jsk_network_tools] Remove euslisp code from jsk_network_tools to resolve distorted dependency #1018

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ python:
compiler:
- gcc
env:
- ROS_DISTRO=hydro ROSWS=wstool BUILDER=catkin USE_DEB=true EXTRA_DEB="ros-hydro-pr2eus ros-hydro-joint-state-publisher" ROS_PARALLEL_JOBS="-j2 -l2"
- ROS_DISTRO=hydro ROSWS=wstool BUILDER=catkin USE_DEB=false EXTRA_DEB="ros-hydro-pr2eus ros-hydro-joint-state-publisher" ROS_PARALLEL_JOBS="-j2 -l2" NOT_TEST_INSTALL="true"
- ROS_DISTRO=indigo ROSWS=wstool BUILDER=catkin USE_DEB=true EXTRA_DEB="ros-indigo-pr2eus ros-indigo-joint-state-publisher" ROS_PARALLEL_JOBS="-j8"
- ROS_DISTRO=indigo ROSWS=wstool BUILDER=catkin USE_DEB=false EXTRA_DEB="ros-indigo-pr2eus ros-indigo-joint-state-publisher" ROS_PARALLEL_JOBS="-j8" NOT_TEST_INSTALL="true"
- ROS_DISTRO=hydro ROSWS=wstool BUILDER=catkin USE_DEB=true ROS_PARALLEL_JOBS="-j2 -l2"
- ROS_DISTRO=hydro ROSWS=wstool BUILDER=catkin USE_DEB=false ROS_PARALLEL_JOBS="-j2 -l2" NOT_TEST_INSTALL="true"
- ROS_DISTRO=indigo ROSWS=wstool BUILDER=catkin USE_DEB=true ROS_PARALLEL_JOBS="-j8"
- ROS_DISTRO=indigo ROSWS=wstool BUILDER=catkin USE_DEB=false ROS_PARALLEL_JOBS="-j8" NOT_TEST_INSTALL="true"
- ROS_DISTRO=jade ROSWS=wstool BUILDER=catkin USE_DEB=true ROS_PARALLEL_JOBS="-j8" TEST_PKGS="dynamic_tf_publisher image_view2 jsk_data jsk_tilt_laser jsk_tools jsk_topic_tools multi_map_server virtual_force_publisher"
- ROS_DISTRO=jade ROSWS=wstool BUILDER=catkin USE_DEB=false ROS_PARALLEL_JOBS="-j8" NOT_TEST_INSTALL="true" TEST_PKGS="dynamic_tf_publisher image_view2 jsk_data jsk_tilt_laser jsk_tools jsk_topic_tools multi_map_server virtual_force_publisher"
script: source .travis/travis.sh
Expand Down
2 changes: 0 additions & 2 deletions jsk_network_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ catkin_package(
)

add_rostest(test/test_all_type_low_speed.test)
add_rostest(test/angle_vector_compress.test)
add_rostest(test/joint_state_compressor.test)

install(DIRECTORY scripts
DESTINATION
Expand Down
74 changes: 0 additions & 74 deletions jsk_network_tools/euslisp/angle-vector-compress.l

This file was deleted.

68 changes: 0 additions & 68 deletions jsk_network_tools/euslisp/joint-state-compressor.l

This file was deleted.

59 changes: 0 additions & 59 deletions jsk_network_tools/euslisp/joint-state-decompressor.l

This file was deleted.

33 changes: 0 additions & 33 deletions jsk_network_tools/test/angle-vector-compress-test.l

This file was deleted.

9 changes: 0 additions & 9 deletions jsk_network_tools/test/angle_vector_compress.test

This file was deleted.

52 changes: 0 additions & 52 deletions jsk_network_tools/test/joint-state-compressor-test.l

This file was deleted.

13 changes: 0 additions & 13 deletions jsk_network_tools/test/joint_state_compressor.test

This file was deleted.

7 changes: 0 additions & 7 deletions jsk_network_tools/test/launch_joint_state_compressor.xml

This file was deleted.