Running hokuyo node on Gumstix with Ubuntu
Hi. I'm now following below two tutorials to install ROS on Gumstix.
1 http://www.ros.org/wiki/Ubuntu%20Natty,%20ROS%20Diamondback,%20and%20Gumstix%20Overo
2 http://www.ros.org/wiki/gumros/ubuntu
However, in tutorial #2, author said, "Create setup.sh as usual and source". But, there is no clue about that. What should I do for this?
When I follow tutorial #1, install like below, it has "setup.sh" by default.
rosinstall ~/ros "http://packages.ros.org/cgi-bin/gen_rosinstall.py?rosdistro=diamondback&variant=ros-base&overlay=no"
Do you think anything difference between tutorial #1 and #2?
And Second, I would like to use Hokuyo LRF node on Gumstix. There are 6 dependencies to use hokuyo node.
diagnostic_updater driver_base dynamic_reconfigure roscpp self_test sensor_msgs
However, I have no idea to install this.
And also, byte alignment error occurred.
Can you help me to this end?