ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Creating ROS Package with Hokuyo_node catkin

asked 2013-02-06 00:54:50 -0500

Sentinal_Bias gravatar image

Hi i am new to ROS In the tutorials, a package was created using the following command roscreate-pkg beginner_tutorials std_msgs rospy roscpp

If i want my package to have a Hokuyo_node do i have to include all of the dependencies of the Hokuyo_node

Or Can I just do roscreate-pkg example std_msgs rospy roscpp Hokuyo_node

will the dependencies of Hokuyo_node automatically be added?

I noticed when i miss-spelled Hokuyo_node roscreate-pkg did not give any errors...

Is possible to play with the Hokuyo node if you dont currently have a LIDAR?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-02-06 01:11:22 -0500

dornhege gravatar image

A package's dependencies should automatically be added when you specify it as a dependency.

The dependency is just a name as you might only create the dependency later. A warning might make sense here to avoid spelling mistakes. You could file a ticket to request that.

I'm not sure, what you want with a hokuyo_node without a Hokuyo. You can start it, but it should immediately give you an error that there is no sensor.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-06 00:54:50 -0500

Seen: 154 times

Last updated: Feb 06 '13