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

apprentice_user's profile - activity

2023-05-07 09:37:04 -0500 received badge  Famous Question (source)
2022-05-24 21:24:33 -0500 received badge  Famous Question (source)
2022-05-24 21:24:33 -0500 received badge  Notable Question (source)
2022-04-21 04:40:40 -0500 received badge  Famous Question (source)
2022-04-18 14:23:44 -0500 received badge  Notable Question (source)
2022-04-18 14:23:44 -0500 received badge  Popular Question (source)
2022-03-11 07:52:26 -0500 received badge  Famous Question (source)
2022-02-06 09:37:51 -0500 received badge  Popular Question (source)
2022-02-02 01:13:54 -0500 marked best answer Compiling Cartographer ros failed (cartographer_pbstream)

Hi I followed the exact step by step procedure suggested at https://google-cartographer-ros.readt... to build the cartographer package. I came to the build and install step without any problems. when i use this command "catkin_make_isolated --install --use-ninja" i get an error and i couldn't figure it out for days.

The error I get is as follows.

Base path: /home/pi/elk_ws
Source space: /home/pi/elk_ws/src
Build space: /home/pi/elk_ws/build_isolated
Devel space: /home/pi/elk_ws/devel_isolated
Install space: /home/pi/elk_ws/install_isolated
Additional make Arguments: -l4
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~  traversing 15 packages in topological order:
~~  - actionlib_msgs
~~  - cartographer (plain cmake)
~~  - common_msgs
~~  - diagnostic_msgs
~~  - geometry_msgs
~~  - cartographer_ros_msgs
~~  - nav_msgs
~~  - sensor_msgs
~~  - rplidar_ros
~~  - shape_msgs
~~  - stereo_msgs
~~  - trajectory_msgs
~~  - visualization_msgs
~~  - cartographer_ros
~~  - cartographer_rviz
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

==> Processing catkin package: 'actionlib_msgs'
build.ninja exists, skipping explicit cmake invocation...
==> ninja build.ninja in '/home/pi/elk_ws/build_isolated/actionlib_msgs'
ninja: no work to do.
==> ninja -l4 in '/home/pi/elk_ws/build_isolated/actionlib_msgs'
[3/3] cd /home/pi/elk_ws/build_isolated/actionlib_msgs && /home/pi/elk_ws/build_isolated/actionlib_msgs/catkin_genera..._check_deps.py actionlib_msgs /home/pi/elk_ws/src/common_msgs/actionlib_msgs/msg/GoalStatus.msg actionlib_msgs/GoalID
==> ninja install in '/home/pi/elk_ws/build_isolated/actionlib_msgs'
[3/4] Install the project...
-- Install configuration: ""
-- Up-to-date: /home/pi/elk_ws/install_isolated/_setup_util.py
-- Up-to-date: /home/pi/elk_ws/install_isolated/env.sh
-- Up-to-date: /home/pi/elk_ws/install_isolated/setup.bash
-- Up-to-date: /home/pi/elk_ws/install_isolated/local_setup.bash
-- Up-to-date: /home/pi/elk_ws/install_isolated/setup.sh
-- Up-to-date: /home/pi/elk_ws/install_isolated/local_setup.sh
-- Up-to-date: /home/pi/elk_ws/install_isolated/setup.zsh
-- Up-to-date: /home/pi/elk_ws/install_isolated/local_setup.zsh
-- Up-to-date: /home/pi/elk_ws/install_isolated/.rosinstall
-- Up-to-date: /home/pi/elk_ws/install_isolated/share/actionlib_msgs/msg/GoalID.msg
-- Up-to-date: /home/pi/elk_ws/install_isolated/share/actionlib_msgs/msg/GoalStatus.msg
-- Up-to-date: /home/pi/elk_ws/install_isolated/share/actionlib_msgs/msg/GoalStatusArray.msg
-- Up-to-date: /home/pi/elk_ws/install_isolated/share/actionlib_msgs/cmake/actionlib_msgs-msg-paths.cmake
-- Up-to-date: /home/pi/elk_ws/install_isolated/include/actionlib_msgs
-- Up-to-date: /home/pi/elk_ws/install_isolated/include/actionlib_msgs/GoalStatus.h
-- Up-to-date: /home/pi/elk_ws/install_isolated/include/actionlib_msgs/GoalStatusArray.h
-- Up-to-date: /home/pi/elk_ws/install_isolated/include/actionlib_msgs/GoalID.h
-- Up-to-date: /home/pi/elk_ws/install_isolated/share/roseus/ros/actionlib_msgs
-- Up-to-date: /home/pi/elk_ws/install_isolated/share/roseus/ros/actionlib_msgs/msg
-- Up-to-date: /home/pi/elk_ws/install_isolated/share/roseus/ros/actionlib_msgs/msg/GoalStatusArray.l
-- Up-to-date: /home/pi/elk_ws/install_isolated/share/roseus/ros/actionlib_msgs/msg/GoalStatus.l
-- Up-to-date: /home/pi/elk_ws/install_isolated/share/roseus/ros/actionlib_msgs/msg/GoalID.l
-- Up-to-date: /home/pi/elk_ws/install_isolated/share/roseus/ros/actionlib_msgs/manifest.l
-- Up-to-date: /home/pi/elk_ws/install_isolated/share/common-lisp/ros/actionlib_msgs
-- Up-to-date: /home/pi/elk_ws/install_isolated/share/common-lisp/ros/actionlib_msgs/msg
-- Up-to-date: /home/pi/elk_ws/install_isolated/share/common-lisp/ros/actionlib_msgs/msg/_package_GoalStatus.lisp
-- Up-to-date: /home/pi/elk_ws/install_isolated/share/common-lisp/ros/actionlib_msgs/msg/_package_GoalID.lisp
-- Up-to-date: /home/pi/elk_ws/install_isolated/share/common-lisp/ros/actionlib_msgs/msg/_package_GoalStatusArray.lisp
-- Up-to-date: /home/pi/elk_ws/install_isolated/share/common-lisp/ros/actionlib_msgs/msg/GoalStatusArray.lisp
-- Up-to-date: /home/pi/elk_ws/install_isolated/share/common-lisp/ros/actionlib_msgs/msg/actionlib_msgs-msg.asd
-- Up-to-date: /home/pi/elk_ws/install_isolated/share/common-lisp/ros/actionlib_msgs/msg/GoalStatus.lisp
-- Up-to-date: /home/pi/elk_ws/install_isolated/share/common-lisp/ros/actionlib_msgs/msg/_package.lisp ...
(more)
2022-02-02 01:13:54 -0500 received badge  Scholar (source)
2022-02-02 01:13:45 -0500 commented answer Compiling Cartographer ros failed (cartographer_pbstream)

thanks this solution solved my problem

2022-01-31 08:13:47 -0500 edited question Compiling Cartographer ros failed (cartographer_pbstream)

Compiling Cartographer ros failed (cartographer_pbstream) Hi I followed the exact step by step procedure suggested at ht

2022-01-31 08:12:09 -0500 asked a question Compiling Cartographer ros failed (cartographer_pbstream)

Compiling Cartographer ros failed (cartographer_pbstream) Hi I followed the exact step by step procedure suggested at ht

2022-01-25 04:49:36 -0500 received badge  Notable Question (source)
2021-11-01 04:15:14 -0500 asked a question How do I make sure works the robot_pose_ekf working correctly with imu sensor.

How do I make sure works the robot_pose_ekf working correctly with imu sensor. I want to use the output of robot_pose_ek

2021-10-11 09:49:28 -0500 asked a question My robot model is shifting while hector is mapping.

My robot model is shifting while hector is mapping. I've searched the forum and tutorials about this but couldn't find a

2021-09-13 01:39:51 -0500 commented answer Automatic identification and operation of rplidar port

thank you this solved my problem

2021-09-09 06:41:58 -0500 commented answer Automatic identification and operation of rplidar port

thank you both of you. i guess need to focus on that

2021-09-09 06:11:22 -0500 commented answer Automatic identification and operation of rplidar port

I set the udev rules. but my main problem is that the port is constantly changing. I can't assign a static port. for thi

2021-09-08 12:38:50 -0500 received badge  Popular Question (source)
2021-09-07 03:50:44 -0500 asked a question Automatic identification and operation of rplidar port

Automatic identification and operation of rplidar port I am using jetson nano to develop my project and all usb ports ar

2021-07-01 11:38:23 -0500 received badge  Popular Question (source)
2021-06-23 04:16:27 -0500 commented answer ImportError: dynamic module does not define module export function (PyInit__tf2)

the error disappeared when I followed the instructions. but now i get a different error ConnectionRefusedError: [Errno

2021-06-23 03:58:29 -0500 commented question Solving ImportError: dynamic module does not define module export function (PyInit__tf2) gives rise to error ImportError: dynamic module does not define init function (init_tf2)

i faced the same problem. do you have a solution for this

2021-06-23 03:57:59 -0500 answered a question Solving ImportError: dynamic module does not define module export function (PyInit__tf2) gives rise to error ImportError: dynamic module does not define init function (init_tf2)

i faced the same problem. do you have a solution for this

2021-06-07 09:39:05 -0500 received badge  Notable Question (source)
2021-06-07 09:02:25 -0500 received badge  Teacher (source)
2021-06-07 01:05:28 -0500 answered a question Not able to subscribe to /cmd_vel topic

The teleop_twist_keyboard.py file publishes cmd_vel topic. With this topic, linear velocity (x) and angular velocity (z)

2021-06-07 01:05:28 -0500 received badge  Rapid Responder (source)
2021-05-21 04:06:01 -0500 edited question [WARN] Off Map Navigation_Stack

[WARN] Off Map Navigation_Stack I'm trying to build an autonomous robot using hector_slam and navigation_stack. I don't

2021-05-21 04:06:01 -0500 received badge  Editor (source)
2021-05-21 03:58:40 -0500 asked a question [WARN] Off Map Navigation_Stack

[WARN] Off Map Navigation_Stack I'm trying to build an autonomous robot using hector_slam and navigation_stack. I don't

2021-04-11 08:09:40 -0500 received badge  Popular Question (source)
2021-04-07 12:24:55 -0500 commented answer odometry errors, inaccurate measurement

thanks for your answer. I applied your answer, but not much has changed

2021-04-07 06:01:50 -0500 asked a question odometry errors, inaccurate measurement

odometry errors, inaccurate measurement I have wheel encoders, IMU sensor (MPU 9250 9 dof), rplidar a2. I cannot proceed

2021-03-10 13:45:03 -0500 edited question Razor_9dof_IMU sensor not returning data

Razor_9dof_IMU sensor not returning data Hi everyone, I have 9 DOF imu sensors. I followed the instructions in tutorial

2021-03-10 13:43:12 -0500 asked a question Razor_9dof_IMU sensor not returning data

Razor_9dof_IMU sensor not returning data Hi everyone, I have 9 DOF imu sensors. I followed the instructions in the video

2021-03-02 02:24:02 -0500 received badge  Supporter (source)
2021-03-01 07:24:18 -0500 commented question Hector Slam & Autonomous Navigation, Next Steps?

now I'm in the same step. Did you find an answer or a way ?

2021-03-01 00:19:13 -0500 received badge  Enthusiast
2021-02-24 15:32:45 -0500 asked a question Error, cannot bind to the specified serial port /dev/USB0.

Error, cannot bind to the specified serial port /dev/USB0. I tried all the methods available on the forum but could not