bohlender / sicks300

ROS package for reading continuous data output of the SICK S300 Professional laser scanner. Supports both the old (v.1.02) and the new (v.1.03) protocol
http://wiki.ros.org/sicks300
GNU General Public License v3.0
5 stars 17 forks source link

error with rosmake #11

Open demoscy opened 5 years ago

demoscy commented 5 years ago

Hello. On README.md it says "Make sure that all dependencies are satisfied:" and when i type rosmake on the terminal i have this message " ~$ rosmake sicks300 sicks300 [ rosmake ] rosmake starting...
[ rosmake ] Packages requested are: ['sicks300', 'sicks300']
[ rosmake ] Logging to directory /home/eeuser/.ros/rosmake/rosmake_output-20190329-222000 [ rosmake ] Expanded args ['sicks300', 'sicks300'] to: []
[ rosmake ] WARNING: The following args could not be parsed as stacks or packages: ['sicks300', 'sicks300'] [ rosmake ] ERROR: No arguments could be parsed into valid package or stack names. " i followed all the instructions on ROS.org installation. anyone that can help me? thank you in advance

PS im new on Ubuntu and ROS.org

bohlender commented 5 years ago

Hey @demoscy,

this package was developed when ROS Groovy was the latest version. The issue you are having is likely due to you using the latest version of ROS (default in Ubuntu's repositories) but this package not being updated to & registered in recent ROS versions.

While updating the package should not be difficult, I cannot do so, as I'm working in a different place by now and have no access to a SICK S300 laserscanner anymore. I see only few options really:

  1. use an older version of ROS (and Ubuntu),
  2. try to update this package to a more recent ROS version, or
  3. give the cob_sick_s300 package a try -- it seems to be supported by ROS Kinetic (EOL 2021).

I'll label the issue with "help needed". Maybe someone with access to said laserscanner will eventually notice and decide to update/maintain the package.

demoscy commented 5 years ago

Thank you very much for your response i will look at the cob_sick_s300 if I can't do it i will try to update it if i can.

DemarchiB commented 4 years ago

Thank you very much for your response i will look at the cob_sick_s300 if I can't do it i will try to update it if i can.

Have you been able to update or to use the cob_sick_s300?