FdRobot lidar FD015M

69 views
Skip to first unread message

Kim Olesen

unread,
Oct 5, 2023, 3:38:50 PM10/5/23
to LINOROBOT
Hi

A few days ago I received a "waterproof" FdRobot lidar FD015M. It can be found on Aliexpress, price 145$.
ROS2 drivers can be found here:
 
IMG20230929175651.jpgIMG20230929182855.jpg

Best regards
Kim

Az

unread,
Oct 5, 2023, 10:11:04 PM10/5/23
to LINOROBOT
Hi. Interesing Lidar you got there. Would you mind sharing your test result of Linorobot2 using FD015M ?

Kim Olesen

unread,
Oct 7, 2023, 9:14:32 AM10/7/23
to LINOROBOT
Hi

Lidar is working great indoor, i will test it outside in a few days.
Driver has a build issue but it is working..  i also edited the lasers.launch.py file to support lakibeam1 

install driver:
git clone https://gitee.com/richbeam/Lakibeam1-ROS2.git
cp -R Lakibeam1-ROS2/lakibeam1_ros2_v1_0_0 linorobot2_ws/src/lakibeam1
cd linorobot2_ws
cd src
colcon build
ain't working colcon build error .. try again
colcon build
finishes without error?

test:
ros2 launch lakibeam1 lakibeam1_scan_view.launch.py

Insert to lasers.launch.py, above the rplidar node

        Node(
            condition=LaunchConfigurationEquals('sensor', 'lakibeam'),
            package='lakibeam1',
            name='richbeam_lidar_node0',
            output='screen',
            executable='lakibeam1_scan_node',
            remappings=[('scan', LaunchConfiguration('topic_name'))],
            parameters=[{
                'frame_id': LaunchConfiguration('frame_id'),
                'output_topic': 'scan',
                'inverted': False,
                'hostip': "0.0.0.0",
                'port': "2368",
                'angle_offset': 0,
                'sensorip': "192.168.198.2",
                'scanfreq': "20",
                'filter': "3",
                'laser_enable': "true",
                'scan_range_start': "45",
                'scan_range_stop': "315",
            }]
        ),

change .bashrc laser sensor to:
export LINOROBOT2_LASER_SENSOR=lakibeam


Found another driver, same issue but also working:
git clone https://github.com/randykeithorton/lakibeam1.git

Best regards
Kim

Az

unread,
Oct 8, 2023, 4:34:12 AM10/8/23
to LINOROBOT
Hi,

Good work! It is great to know that more lidar can be use with linorobot2. Would you mind sharing your results in video?

Best regards
Az

Reply all
Reply to author
Forward
0 new messages