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

MarkusHHN's profile - activity

2023-01-06 14:03:22 -0500 received badge  Favorite Question (source)
2022-10-12 04:47:39 -0500 marked best answer robotino-ros package

Hello everyone,

i using the robotino with kinetic . I use the following robotino package from this source for my project. I started the with roslaunch robotino_node robotino_node.launch and than i get some error in my launch file.

ERROR: cannot launch node of type [robotino_node/robotino_node]: can't locate node [robotino_node] in package 
[robotino_node]
ERROR: cannot launch node of type [robotino_node/robotino_odometry_node]: can't locate node [robotino_odometry_node] in package [robotino_node]
ERROR: cannot launch node of type [robotino_node/robotino_laserrangefinder_node]: can't locate node [robotino_laserrangefinder_node] in package [robotino_node]
ERROR: cannot launch node of type [robotino_node/robotino_camera_node]: can't locate node [robotino_camera_node] in package [robotino_node]
process[robot_state_publisher-6]: started with pid [2608]
ERROR: cannot launch node of type [robotino_node/robotino_mapping_node]: can't locate node [robotino_mapping_node] in package [robotino_node]

robotino_node.launch-file

<?xml version="1.0"?>
<launch>
  <arg name="hostname" default="172.26.1.1" />

    <node name="robotino_node" pkg="robotino_node" type="robotino_node" output="screen">
        <param name="hostname" value="$(arg hostname)" />
        <param name="max_linear_vel" value="0.5" />
        <param name="min_linear_vel" value="0.05" />
        <param name="max_angular_vel" value="3.0" />
        <param name="min_angular_vel" value="0.1" />
        <param name="downsample_kinect" value="true" />
        <param name="leaf_size_kinect" value="0.04" />
        <remap from="robotino_joint_states" to="joint_states" />
        <!--remap from="image_raw" to="image"/-->
    </node>

  <node name="robotino_odometry_node" pkg="robotino_node" type="robotino_odometry_node" output="screen">
    <param name="hostname" value="$(arg hostname)" />
  </node>

  <node name="robotino_laserrangefinder_node" pkg="robotino_node" type="robotino_laserrangefinder_node" output="screen">
    <param name="hostname" value="$(arg hostname)" />
    <param name="laserRangeFinderNumber" value="0" />
  </node>

  <node name="robotino_camera_node" pkg="robotino_node" type="robotino_camera_node" output="screen">
    <param name="hostname" value="$(arg hostname)" />
    <param name="cameraNumber" value="0" />
  </node>


    <!--<node pkg="robotino_switch" type="robotino_switch_node" name="robotino_switch" output="screen">
        <param name="hostname" value="$(arg hostname)" />
    </node>-->


    <node pkg="robot_state_publisher" type="robot_state_publisher" name="robot_state_publisher" output="screen">
        <param name="publish_frequency" type="double" value="20.0" />
    </node>

  <node name="robotino_mapping_node" pkg="robotino_node" type="robotino_mapping_node" output="screen">
    <param name="hostname" value="$(arg hostname)" />
  </node>
    <!--node pkg="tf" type="static_transform_publisher" name="laser_link_broadcaster" args="0.12 0 0.025 0 0 0 base_link laser_link 50" /-->

    <param name="robot_description" textfile="$(find robotino_description)/urdf/robotino.urdf" />
</launch>

What is the problem and how can I solve it? Please let me know, when you need more information about this problem.

regards, Markus

2022-04-07 11:23:59 -0500 received badge  Famous Question (source)
2021-07-11 16:01:31 -0500 received badge  Famous Question (source)
2021-07-11 16:01:31 -0500 received badge  Notable Question (source)
2021-07-11 16:01:31 -0500 received badge  Popular Question (source)
2020-12-01 09:20:41 -0500 received badge  Famous Question (source)
2020-11-28 19:36:02 -0500 received badge  Famous Question (source)
2020-11-14 03:13:18 -0500 received badge  Famous Question (source)
2020-11-14 03:13:18 -0500 received badge  Notable Question (source)
2020-11-05 03:25:47 -0500 received badge  Famous Question (source)
2020-11-04 07:10:46 -0500 received badge  Famous Question (source)
2020-10-19 14:46:33 -0500 received badge  Notable Question (source)
2020-10-19 14:46:33 -0500 received badge  Famous Question (source)
2020-10-15 02:41:43 -0500 received badge  Famous Question (source)
2020-09-12 06:33:30 -0500 received badge  Notable Question (source)
2020-09-06 12:55:47 -0500 received badge  Notable Question (source)
2020-08-20 07:50:58 -0500 received badge  Popular Question (source)
2020-07-26 01:02:18 -0500 received badge  Popular Question (source)
2020-07-23 10:48:21 -0500 received badge  Notable Question (source)
2020-07-23 10:22:44 -0500 commented answer Gmapping combine robot localisation or robot pose ekf

thank you for your answer. My robot localization node looks same as yours! But I have on the question, why are you using

2020-07-23 05:55:28 -0500 asked a question Gmapping combine robot localisation or robot pose ekf

Gmapping combine robot localisation or robot pose ekf Hello everybody, i am working on a project with an omniwheel robo

2020-07-22 03:55:17 -0500 commented question Slam TF problem

So i found my mistake, it was really the problem about to set the right franes. So it works fine! Thank you

2020-07-21 08:38:31 -0500 received badge  Notable Question (source)
2020-07-20 08:19:02 -0500 received badge  Teacher (source)
2020-07-20 08:19:02 -0500 received badge  Self-Learner (source)
2020-07-20 05:57:09 -0500 commented question Slam TF problem

I used on my pointcloud to laserscan the base_kinect_link, which is 0.1 m above over the base_link How high would you r

2020-07-20 05:44:59 -0500 commented question Slam TF problem

I think I used the wrong base_frame. I used the base_footprint and it works better, but i get sometimes the same error

2020-07-20 05:31:06 -0500 received badge  Popular Question (source)
2020-07-20 04:57:06 -0500 received badge  Popular Question (source)
2020-07-20 03:17:34 -0500 marked best answer Implemnt Gyrosensor in ROS

Hello everybody,

I would like to use the gyro sensor MPU 6000, which is used on the robotino. It is possible to integrate this gyro sensor in ROS? If so, is there a manual?

Regards, Markus

2020-07-20 03:17:30 -0500 answered a question Implemnt Gyrosensor in ROS

I use the following api from the robotino: here Also i write my own header and my own cpp-File and include it on the ro

2020-07-19 04:25:15 -0500 commented question Slam TF problem

The frames setup is: odom_frame = odom | base_frame = base_link | map_frame = map

2020-07-19 04:25:05 -0500 commented question Slam TF problem

The frames setup is: odom_frame = odom base_frame = base_link map_frame = map

2020-07-17 10:01:41 -0500 edited question Slam TF problem

Slam TF problem Hello everybody, i have a omniwheel robot, which has mounted a microsoft kinect. With this configuratio

2020-07-17 10:01:16 -0500 edited question Slam TF problem

Slam TF problem Hello everybody, i have a omniwheel robot, which has mounted a microsoft kinect. With this configuratio

2020-07-17 10:01:04 -0500 edited question Slam TF problem

Slam TF problem Hello everybody, i have a omniwheel robot, which has mounted a microsoft kinect. With this configuratio

2020-07-17 06:18:20 -0500 asked a question Slam TF problem

Slam TF problem Hello everybody, i have a omniwheel robot, which has mounted a microsoft kinect. With this configuratio

2020-07-13 10:19:29 -0500 marked best answer Problem with static transform publisher

Hello,

i have a Microsoft Kinect sensor and i am using the freenect driver to use it, Then I transform my pointcloud to a laserscan and show it on my base_link frame. I get the following error:

Transform failure: Lookup would require extrapolation into the past. Requested time 1594648338.669846591 but the earliest data is at time 1594648338.900337345, when looking up transform from frame [kinect_depth_optical_frame] to frame [base_link]

image description

On the Image you can see the current Transformation tree. When you need some information than please tell me.

Regards, markus

2020-07-13 10:13:25 -0500 commented answer Problem with static transform publisher

I already use 100 Hz on my static_transform_publisher. I use the answer above and it works! Also thank you for your ans

2020-07-13 10:11:20 -0500 commented answer Problem with static transform publisher

thank you it works!

2020-07-13 09:06:05 -0500 asked a question Problem with static transform publisher

Problem with static transform publisher Hello, i have a Microsoft Kinect sensor and i am using the freenect driver to

2020-07-03 12:24:37 -0500 received badge  Notable Question (source)