ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There should be no issue with your kinectic distro.
This is an issue with the cmake target *_roslib
, and the fact that messages are defined in the same catkin package as the rosserial targets.
I'll try a quick tweak on rosserial_tivac_tutorials
.
2 | No.2 Revision |
There should be no issue with your kinectic distro.
This is an issue with the cmake target *_roslib
, and the fact that messages are defined in the same catkin package as the rosserial targets. At build time, if target _roslib doesn't find the messages in $PYTHON_PATH, it won't generate them for rosserial targets.
I'll try a quick tweak on rosserial_tivac_tutorials
.
3 | No.3 Revision |
There should be no issue with your kinectic distro.
This is an issue with the cmake target *_roslib
, and the fact that messages are defined in the same catkin package as the rosserial targets. At build time, if target _roslib doesn't find the messages in $PYTHON_PATH, it won't generate them for rosserial targets.
I'll Please try a quick tweak on the following procedure:rosserial_tivac_tutorials
.
catkin_make rosserial_tivac_tutorials_generate_messages
source devel/setup.bash
catkin_make
4 | No.4 Revision |
There should be no issue with your kinectic distro.
This is an issue with the cmake target *_roslib
, and the fact that messages are defined in the same catkin package as the rosserial targets. At build time, if target _roslib doesn't find the messages in $PYTHON_PATH, it won't generate them for rosserial targets.
Please try the following procedure:
rm devel build -fr
catkin_make rosserial_tivac_tutorials_generate_messages
source devel/setup.bash
catkin_make