ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You do not need to make packages if you installed via packages. The code in /opt already comes compiled.
Nevertheless it should find the packages. Did you source /opt/ros/diamondback/setup.bash
(or just setup.sh if not using bash)? If yes, rospack find tf
should output /opt/ros/diamondback/stacks/geometry/tf and everything is fine.
2 | No.2 Revision |
You do not need to make packages anything if you installed via packages. The code in /opt already comes compiled.
Nevertheless it should find the packages. Did you source /opt/ros/diamondback/setup.bash
(or just setup.sh if not using bash)? If yes, rospack find tf
should output /opt/ros/diamondback/stacks/geometry/tf and everything is fine.