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

[Garden] Remove code for spawning arm, gripper, and fixed wing #519

Merged
merged 2 commits into from
Sep 28, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
remove usv bridge
Signed-off-by: Ian Chen <ichen@openrobotics.org>
  • Loading branch information
iche033 committed Sep 28, 2022
commit af356bf58b00abd21628da9d99f8b5d0d13c7b02
4 changes: 0 additions & 4 deletions vrx_gz/src/vrx_gz/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ def bridges(self, world_name):
vrx_gz.bridges.thrust_joint_pos(self.model_name, 'left'),
vrx_gz.bridges.thrust_joint_pos(self.model_name, 'right'),
])
nodes.append(Node(
package='vrx_ros',
executable='usv_bridge',
))

if self.has_valid_arm():
# arm joint states
Expand Down
14 changes: 0 additions & 14 deletions vrx_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ project(vrx_ros)
find_package(ament_cmake REQUIRED)

find_package(geometry_msgs REQUIRED)
find_package(gz-math7 REQUIRED)
set(GZ_MATH_VER ${gz-math7_VERSION_MAJOR})
find_package(gz-msgs9 REQUIRED)
find_package(gz-transport12 REQUIRED)
set(GZ_TRANSPORT_VER ${gz-transport12_VERSION_MAJOR})
find_package(mavros_msgs REQUIRED)
find_package(rclcpp REQUIRED)
find_package(ros_gz_interfaces REQUIRED)
find_package(rosgraph_msgs REQUIRED)
Expand All @@ -37,21 +34,10 @@ ament_target_dependencies(pose_tf_broadcaster
tf2_msgs
)

add_executable(usv_bridge src/usv_bridge.cc)
ament_target_dependencies(usv_bridge
PUBLIC
rclcpp
std_msgs
)
target_link_libraries(usv_bridge PUBLIC
gz-math${GZ_MATH_VER}::gz-math${GZ_MATH_VER}
)

# Resources
install(TARGETS
optical_frame_publisher
pose_tf_broadcaster
usv_bridge
DESTINATION lib/${PROJECT_NAME})
install(DIRECTORY
launch
Expand Down
150 changes: 0 additions & 150 deletions vrx_ros/src/usv_bridge.cc

This file was deleted.