-
Notifications
You must be signed in to change notification settings - Fork 23
Does this work in ros2? #7
Copy link
Copy link
Open
Description
Hello! Great work! I want to use this for a robotic gripper that has the classic structure of "3 in1" per side, so 1 moves and moves another 5. I can see in CMakesList.txt
install(TARGETS
roboticsgroup_upatras_gazebo_mimic_joint_plugin
roboticsgroup_upatras_gazebo_disable_link_plugin
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
install(DIRECTORY include/${PROJECT_NAME}
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
)
As well as in package.xml
<buildtool_depend>catkin</buildtool_depend>
<build_depend>control_toolbox</build_depend>
<build_depend>gazebo_ros</build_depend>
<build_depend>roscpp</build_depend>
<build_export_depend>control_toolbox</build_export_depend>
<build_export_depend>gazebo_ros</build_export_depend>
<build_export_depend>roscpp</build_export_depend>
<exec_depend>control_toolbox</exec_depend>
<exec_depend>gazebo_ros</exec_depend>
<exec_depend>roscpp</exec_depend>
Same goes for Gazebo 11.
Thank you in advance!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels