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

KrizChong's profile - activity

2023-06-05 14:54:40 -0500 received badge  Popular Question (source)
2023-05-30 22:03:25 -0500 asked a question Why rotation is not match between aruco tag and tf?

Why rotation is not match between aruco tag and tf? I am using Aruco tag detection to detect aruco tags with the library

2022-01-04 03:48:51 -0500 received badge  Famous Question (source)
2021-07-16 13:09:25 -0500 received badge  Taxonomist
2021-06-23 02:47:18 -0500 received badge  Notable Question (source)
2021-05-28 18:43:04 -0500 received badge  Popular Question (source)
2021-05-27 04:05:28 -0500 asked a question How to filter floor / ground from Pointcloud2

How to filter floor / ground from Pointcloud2 I get a Pointcloud2 message from a pitching LIDAR, before I do SLAM with i

2021-05-09 20:11:22 -0500 received badge  Popular Question (source)
2021-05-07 02:02:19 -0500 asked a question How to get 3D cloud point by tilting a 2D Lidar by a motor?

How to get 3D cloud point by tilting a 2D Lidar by a motor? I want to get 3D cloud points by tilting a 2D lidar up and d

2018-08-19 18:31:56 -0500 received badge  Famous Question (source)
2018-06-13 02:27:34 -0500 received badge  Famous Question (source)
2018-05-09 07:41:39 -0500 commented answer How to change pitch of camera in Gazebo?

Sorry for late reply, I tried it just now, it works! thank you very much!!!

2018-05-09 07:40:54 -0500 marked best answer How to change pitch of camera in Gazebo?

I am working on a TB3 simulation in Gazebo as https://www.youtube.com/watch?v=RgOvX...

I want to change the pitch of the camera on TB3 to look lower, so that TB3 still can see the ball even it is very close.

But which file and parameter should I change? .urdf.xacro? .gazebo.xacro? model.config? model.sdf?

There are many files with similar setting that confusing me...

Please advise, thank you.

2018-05-09 07:40:54 -0500 received badge  Scholar (source)
2018-05-08 08:07:40 -0500 received badge  Notable Question (source)
2018-05-08 04:36:17 -0500 received badge  Popular Question (source)
2018-05-08 04:05:53 -0500 commented question How to change pitch of camera in Gazebo?

I did edit turtlebot3/turtlebot3_description/urdf/turtlebot3_waffle_pi.gazebo.xacro, when I change the FOV of Pi camera,

2018-05-08 04:05:01 -0500 commented question How to change pitch of camera in Gazebo?

The robot description are in https://github.com/ROBOTIS-GIT/turtlebot3. The simulation models are from https://github.co

2018-05-08 04:01:15 -0500 commented question How to change pitch of camera in Gazebo?

The simulation models are from https://github.com/ROBOTIS-GIT/turtlebot3_simulations

2018-05-08 03:37:20 -0500 edited question How to change pitch of camera in Gazebo?

How to change pitch of camera in Gazebo? I am working on a TB3 simulation in Gazebo as https://www.youtube.com/watch?v=R

2018-05-08 03:37:20 -0500 received badge  Editor (source)
2018-05-08 03:36:24 -0500 asked a question How to change pitch of camera in Gazebo?

How to change pitch of camera in Gazebo? I am working on a TB3 simulation in Gazebo as https://www.youtube.com/watch?v=R

2017-07-03 12:34:25 -0500 received badge  Famous Question (source)
2017-04-20 09:02:16 -0500 received badge  Notable Question (source)
2016-10-15 20:56:47 -0500 received badge  Notable Question (source)
2016-10-15 20:56:47 -0500 received badge  Popular Question (source)
2016-10-09 00:45:16 -0500 received badge  Student (source)
2016-10-04 22:45:55 -0500 asked a question Why "No module named editor" when run node_manager?

Dear all, I installed ROS Indigo on my Ubuntu 14.04, but when I want to run node_manager, it show

No module named editor

I have no idea what is going wrong...

2016-07-26 03:36:28 -0500 received badge  Popular Question (source)
2016-07-12 00:54:38 -0500 received badge  Enthusiast
2016-07-12 00:31:00 -0500 asked a question No camera image in RVIZ?

I am using ROS Indigo on Ubuntu 14.04LTS.

Previously I am using my camera with RVIZ with no problem but today when I try to run my system as usual, the camera panel of RVIZ does not display my image from camera.

I am sure that the camera is functioning well because there is no problem with image view, as shown in the screen shoot. https://drive.google.com/open?id=0ByE...

The topic is selected correctly because there is no any error in status of RVIZ camera.

Is this related to update of ROS or RVIZ? Any method to solve or investigate the problem?

2014-10-30 13:05:47 -0500 received badge  Famous Question (source)
2014-06-27 09:35:29 -0500 received badge  Notable Question (source)
2014-06-18 21:23:43 -0500 received badge  Popular Question (source)
2014-06-05 21:47:45 -0500 asked a question Which camera driver can used to change setting of USB camera

I am working on some simple image processing programming in ROS with USB webcam.

I did tried on some camera driver such as gscam and uvc_cam, but every time after restart the PC and open my program, the camera image setting is back to default again although i already set it with guvcview.

So I want to access the camera setting through camera driver. Please recommend a ROS usb camera driver that can let me -> disable the auto white balance and brightness -> set the white balance temperature and exposure level

Thank you.