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

sophie.shin's profile - activity

2021-02-25 07:23:41 -0500 received badge  Famous Question (source)
2020-11-10 12:00:27 -0500 received badge  Taxonomist
2019-08-16 12:55:38 -0500 received badge  Famous Question (source)
2018-12-19 17:39:08 -0500 received badge  Notable Question (source)
2018-07-05 14:14:53 -0500 received badge  Famous Question (source)
2018-06-26 02:43:02 -0500 marked best answer ZED_wrapper_node launch is not working.

Hello. I installed the zed-wrapper from http://wiki.ros.org/zed-ros-wrapper .

All set up was seems okay, the launch is not working on. (Regarding the server below, I replaced as *. )

nvidia@tegra-ubuntu:~/jetsonbot$ roslaunch zed_wrapper zed.launch
... logging to /home/nvidia/.ros/log/05889502-d661-11e7-a106-00044b8cc889/roslaunch-tegra-ubuntu-3934.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

started roslaunch server */

SUMMARY
========

PARAMETERS
 * /rosdistro: kinetic
 * /rosversion: 1.12.7
 * /zed/zed_description: <?xml version="1....
 * /zed/zed_wrapper_node/base_frame: zed_center
 * /zed/zed_wrapper_node/camera_frame: zed_left_camera
 * /zed/zed_wrapper_node/confidence: 100
 * /zed/zed_wrapper_node/depth_cam_info_topic: depth/camera_info
 * /zed/zed_wrapper_node/depth_frame: zed_depth_camera
 * /zed/zed_wrapper_node/depth_stabilization: 1
 * /zed/zed_wrapper_node/depth_topic: depth/depth_regis...
 * /zed/zed_wrapper_node/frame_rate: 60
 * /zed/zed_wrapper_node/gpu_id: -1
 * /zed/zed_wrapper_node/left_cam_info_topic: left/camera_info
 * /zed/zed_wrapper_node/left_raw_topic: left/image_raw_color
 * /zed/zed_wrapper_node/left_topic: left/image_rect_c...
 * /zed/zed_wrapper_node/odometry_db: 
 * /zed/zed_wrapper_node/odometry_frame: map
 * /zed/zed_wrapper_node/odometry_topic: odom
 * /zed/zed_wrapper_node/openni_depth_mode: 0
 * /zed/zed_wrapper_node/point_cloud_topic: point_cloud/cloud...
 * /zed/zed_wrapper_node/publish_tf: True
 * /zed/zed_wrapper_node/quality: 1
 * /zed/zed_wrapper_node/resolution: 2
 * /zed/zed_wrapper_node/rgb_cam_info_topic: rgb/camera_info
 * /zed/zed_wrapper_node/rgb_raw_topic: rgb/image_raw_color
 * /zed/zed_wrapper_node/rgb_topic: rgb/image_rect_color
 * /zed/zed_wrapper_node/right_cam_info_topic: right/camera_info
 * /zed/zed_wrapper_node/right_raw_topic: right/image_raw_c...
 * /zed/zed_wrapper_node/right_topic: right/image_rect_...
 * /zed/zed_wrapper_node/sensing_mode: 0
 * /zed/zed_wrapper_node/svo_filepath: 
 * /zed/zed_wrapper_node/zed_id: 0

NODES
  /zed/
    zed_state_publisher (robot_state_publisher/state_publisher)
    zed_wrapper_node (zed_wrapper/zed_wrapper_node)

ROS_MASTER_URI=http://localhost:11311

core service [/rosout] found

ERROR: cannot launch node of type [zed_wrapper/zed_wrapper_node]: can't locate node [zed_wrapper_node] in package [zed_wrapper]

process[zed/zed_state_publisher-2]: started with pid [3952]
^C[zed/zed_state_publisher-2] killing on exit
shutting down processing monitor...
... shutting down processing monitor complete
done

I am using Jetson TX2 and catkin name is jetsonbot.

nvidia@tegra-ubuntu:~$ ls -al '/home/nvidia/jetsonbot/devel/lib/zed_wrapper' 
total 8
drwxrwxr-x 2 nvidia nvidia 4096 Dec  1 15:29 .
drwxrwxr-x 5 nvidia nvidia 4096 Dec  1 15:29 ..
2018-06-11 23:58:30 -0500 received badge  Famous Question (source)
2018-04-06 08:55:27 -0500 received badge  Notable Question (source)
2018-03-06 07:36:55 -0500 received badge  Famous Question (source)
2018-02-13 08:22:31 -0500 received badge  Popular Question (source)
2018-02-04 07:11:35 -0500 marked best answer catkin_make fail : must be invoked in the root of workspace

Please... Please help.

I am trying to use rplidar, but I have this error below......... I checked the tutorial again and again but I really don't know how to fix this.. Please help me.

ubuntu@ubuntu:~/catkin_ws$ cd ~/catkin_ws/src

ubuntu@ubuntu:~/catkin_ws/src$ git clone https://github.com/robopeak/rplidar_ros
fatal: destination path 'rplidar_ros' already exists and is not an empty directory.

ubuntu@ubuntu:~/catkin_ws/src$ ls ~/catkin_ws/src
CMakeLists.txt  beginner_tutorials  elp_stereo_camera  rplidar_ros

ubuntu@ubuntu:~/catkin_ws/src$ ls ~/catkin_ws/src/rplidar_ros
CHANGELOG.rst  CMakeLists.txt  LICENSE  README.md  launch  package.xml  rplidar_A1.png  rplidar_A2.png  rviz  scripts  sdk  src

ubuntu@ubuntu:~/catkin_ws/src$ cd ~/catkin_ws

ubuntu@ubuntu:~/catkin_ws$ catkin_make rplidarNode
Base path: /home/ubuntu/catkin_ws
Source space: /home/ubuntu/catkin_ws/src
The specified base path "/home/ubuntu/catkin_ws" contains a CMakeLists.txt but "catkin_make" must be invoked in the root of workspace

After I input

 ls -al /home/ubuntu/catkin_ws

I got below!

ubuntu@ubuntu:~/catkin_ws$ ls -al /home/ubuntu/catkin_ws
total 24
drwxrwxr-x  5 ubuntu ubuntu 4096 Jan 25 15:04 .
drwxr-xr-x 22 ubuntu ubuntu 4096 Jan 25 23:16 ..
-rw-rw-r--  1 ubuntu ubuntu   98 Jan 24 13:34 .catkin_workspace
lrwxrwxrwx  1 ubuntu ubuntu   49 Jan 25 15:04 CMakeLists.txt -> /opt/ros/indigo/share/catkin/cmake/toplevel.cmake
drwxrwxr-x  9 ubuntu ubuntu 4096 Jan 24 17:54 build
drwxrwxr-x  4 ubuntu ubuntu 4096 Jan 24 17:54 devel
drwxrwxr-x  5 ubuntu ubuntu 4096 Jan 25 15:39 src
2017-12-01 01:13:18 -0500 commented question ZED_wrapper_node launch is not working.

Thank you for your commend, the catkin_make was not built properly, Now I can access the zed node. Thank you.

2017-12-01 01:00:26 -0500 edited question ZED_wrapper_node launch is not working.

ZED_wrapper_node launch is not working. Hello. I installed the zed-wrapper from http://wiki.ros.org/zed-ros-wrapper . A

2017-12-01 01:00:02 -0500 edited question ZED_wrapper_node launch is not working.

ZED_wrapper_node launch is not working. Hello. I installed the zed-wrapper from http://wiki.ros.org/zed-ros-wrapper . A

2017-12-01 00:47:03 -0500 edited question ZED_wrapper_node launch is not working.

ZED_wrapper_node launch is not working. Hello. I installed the zed-wrapper from http://wiki.ros.org/zed-ros-wrapper . A

2017-12-01 00:45:41 -0500 asked a question ZED_wrapper_node launch is not working.

ZED_wrapper_node launch is not working. Hello. I installed the zed-wrapper from http://wiki.ros.org/zed-ros-wrapper . A

2017-08-28 01:10:12 -0500 received badge  Notable Question (source)
2017-07-10 06:41:55 -0500 received badge  Famous Question (source)
2017-07-07 09:55:04 -0500 received badge  Notable Question (source)
2017-07-07 09:55:04 -0500 received badge  Famous Question (source)
2017-06-02 08:59:13 -0500 received badge  Popular Question (source)
2017-06-02 08:59:13 -0500 received badge  Notable Question (source)
2017-05-03 03:18:22 -0500 received badge  Popular Question (source)
2017-05-02 23:28:06 -0500 received badge  Popular Question (source)
2017-04-21 04:17:17 -0500 commented question image_view stereo_view do not show image or disparity

Did you solve this problem? can you please share the solution?

2017-04-21 04:13:27 -0500 commented answer image_view stereo_view do not show image or disparity

Can you please explain this in detail...?

2017-04-21 02:08:39 -0500 edited question process has died exit code -6

process has died exit code -6 Hello. I am using 'elp_stereo_camera'. (ubuntu 14.04, indigo) I can not get the camera im

2017-04-21 02:04:56 -0500 edited question process has died exit code -6

process has died exit code -6 Hello. I am using 'elp_stereo_camera'. please check the link below. I can not get the cam

2017-04-21 02:03:12 -0500 edited question process has died exit code -6

process has died exit code -6 Hello. I am using 'elp_stereo_camera'. please check the link below. I can not get the cam

2017-04-21 02:02:23 -0500 edited question process has died exit code -6

process has died exit code -6 Hello. I am using 'elp_stereo_camera'. please check the link below. http://wiki.ros.org/

2017-04-21 02:02:20 -0500 edited question process has died exit code -6

process has dided exit code -6 Hello. I am using 'elp_stereo_camera'. please check the link below. http://wiki.ros.org

2017-04-21 02:01:50 -0500 asked a question process has died exit code -6

process has dided exit code -6 Hello. I am using 'elp_stereo_camera'. please check the link below. http://wiki.ros.org

2017-04-20 09:26:56 -0500 received badge  Popular Question (source)
2017-04-20 09:25:03 -0500 received badge  Popular Question (source)
2017-04-19 08:42:22 -0500 received badge  Notable Question (source)
2017-04-19 08:42:22 -0500 received badge  Popular Question (source)
2017-03-29 23:09:23 -0500 marked best answer roslaunch error , rplidar

From this part, I have several error.

When I input this,

 $ roslaunch rplidar_ros rplidar.launch

it shows

[rplidar.launch] is neither a launch file in package [rplidar_ros] nor is [rplidar_ros] a launch file name
The traceback for the exception was written to the log file

However, if I input

ubuntu@ubuntu:~/catkin_ws$ source /home/ubuntu/catkin_ws/devel/setup.bash
ubuntu@ubuntu:~/catkin_ws$ roslaunch rplidar_ros rplidar.launch
... logging to /home/ubuntu/.ros/log/687ff54e-e312-11e6-a5f7-0022cffa2d4b/roslaunch-ubuntu-7014.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://ubuntu:54487/

SUMMARY
========

PARAMETERS
 * /rosdistro: indigo
 * /rosversion: 1.11.20
 * /rplidarNode/angle_compensate: True
 * /rplidarNode/frame_id: laser
 * /rplidarNode/inverted: False
 * /rplidarNode/serial_baudrate: 115200
 * /rplidarNode/serial_port: /dev/ttyUSB0

NODES
  /
    rplidarNode (rplidar_ros/rplidarNode)

ROS_MASTER_URI=http://localhost:11311

core service [/rosout] found
process[rplidarNode-1]: started with pid [7032]
RPLIDAR running on ROS package rplidar_ros
SDK Version: 1.5.7
Error, cannot bind to the specified serial port /dev/ttyUSB0.
[rplidarNode-1] process has died [pid 7032, exit code 255, cmd /home/ubuntu/catkin_ws/devel/lib/rplidar_ros/rplidarNode __name:=rplidarNode __log:=/home/ubuntu/.ros/log/687ff54e-e312-11e6-a5f7-0022cffa2d4b/rplidarNode-1.log].
log file: /home/ubuntu/.ros/log/687ff54e-e312-11e6-a5f7-0022cffa2d4b/rplidarNode-1*.log
all processes on machine have died, roslaunch will exit
shutting down processing monitor...
... shutting down processing monitor complete
done