Can't i use pepperl fuchs r2000 sensor in ROS 20.04 noetic?

asked 2022-02-07 02:23:05 -0500

sheep sun gravatar image

updated 2022-03-25 17:26:20 -0500

lucasw gravatar image

Hi, i'm a begginer of learners of ROS(20.04 noetic). I have the laser scanner(pepperl fuchsr r2000) and i try to test my sensor in rviz. I followed the link http://wiki.ros.org/pepperl_fuchs_r2000 so i could check data through topic named '/r2000_driver_node/scan' but i couldn't see 3D data by Rviz(there are no any datas) Should i take any actions excluding the above link's course? or can't i use the sensor data because there are no option about noetic in the sensor's information in the above link?C:\fakepath\Screenshot from 2022-02-08 10-09-56.png

edit retag flag offensive close merge delete

Comments

Have you installed the package for pepperl_fuchs_r2000?

You can find the repo: https://github.com/dillenberger/peppe...

Need to build it from source as it was last distributed for ROS melodic.

osilva gravatar image osilva  ( 2022-02-07 12:55:35 -0500 )edit

Yes, i installed that..can't i use the package and sensor in noetic? should i install the melodic instead of noetic?

sheep sun gravatar image sheep sun  ( 2022-02-07 18:04:55 -0500 )edit

I need to clarify what do you mean by installing are you able to see the package when running rospack list

osilva gravatar image osilva  ( 2022-02-07 18:12:37 -0500 )edit

If yes on the installation what error do you get when launching:

roslaunch pepperl_fuchs_r2000 gui_example.launch

osilva gravatar image osilva  ( 2022-02-07 18:13:53 -0500 )edit

i installed the pepperl_fuchs_r2000 package and i can check the package was installed well by running 'rospack list' too! and i could receive the laser scan data(numbers) by topic but i couldn't see any datas in rviz..

sheep sun gravatar image sheep sun  ( 2022-02-07 18:51:53 -0500 )edit

and there are no error when i launch roslaunch pepperl_fuchs_r2000 gui_example.launch

sheep sun gravatar image sheep sun  ( 2022-02-07 18:52:46 -0500 )edit

So then IP is setup correctly. Could you take a snapshot of your RVIz and add to your question

osilva gravatar image osilva  ( 2022-02-07 19:03:12 -0500 )edit

Added points so you can add images

osilva gravatar image osilva  ( 2022-02-07 19:03:34 -0500 )edit