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

Boris's profile - activity

2022-07-28 03:06:15 -0500 received badge  Good Answer (source)
2021-10-05 11:00:33 -0500 received badge  Great Answer (source)
2021-10-04 14:37:56 -0500 received badge  Good Answer (source)
2021-08-19 14:54:33 -0500 received badge  Great Answer (source)
2021-03-03 08:09:04 -0500 received badge  Great Answer (source)
2021-03-03 08:09:04 -0500 received badge  Guru (source)
2021-02-28 00:56:15 -0500 received badge  Good Answer (source)
2021-01-05 09:41:50 -0500 received badge  Nice Answer (source)
2020-08-25 21:33:57 -0500 received badge  Good Answer (source)
2020-08-07 16:15:46 -0500 received badge  Good Answer (source)
2020-07-01 06:58:47 -0500 received badge  Nice Answer (source)
2020-04-30 11:38:38 -0500 received badge  Good Answer (source)
2020-04-18 12:28:35 -0500 received badge  Guru (source)
2020-04-18 12:28:35 -0500 received badge  Great Answer (source)
2019-12-10 13:12:34 -0500 received badge  Nice Answer (source)
2019-12-05 07:44:30 -0500 received badge  Nice Answer (source)
2019-08-23 04:06:31 -0500 received badge  Great Answer (source)
2019-08-23 04:06:31 -0500 received badge  Guru (source)
2018-12-30 05:09:04 -0500 received badge  Good Answer (source)
2018-12-17 10:48:45 -0500 received badge  Great Answer (source)
2018-12-17 10:48:45 -0500 received badge  Guru (source)
2018-12-14 04:14:11 -0500 commented answer Couldn't find executable named camaracalibrator.py

From a quick glance the command used on the link you've provided is also wrong: again there are spaces where they should

2018-12-14 04:14:00 -0500 commented answer Couldn't find executable named camaracalibrator.py

From a quick glance the command used on the link you've provided is also wrong: again there are spaces where they should

2018-12-13 10:54:47 -0500 answered a question Couldn't find executable named camaracalibrator.py

It seems the page you referring to has a typo. The node is actually called cameracalibrator.py. Also you added spaces in

2018-11-14 08:24:30 -0500 received badge  Great Answer (source)
2018-10-22 16:41:16 -0500 received badge  Good Answer (source)
2018-07-27 09:36:35 -0500 received badge  Good Answer (source)
2018-06-25 01:45:47 -0500 received badge  Nice Answer (source)
2018-05-30 18:47:21 -0500 received badge  Good Answer (source)
2018-05-25 08:36:20 -0500 received badge  Nice Answer (source)
2018-03-22 16:32:26 -0500 received badge  Good Answer (source)
2018-03-02 19:15:39 -0500 received badge  Good Answer (source)
2017-11-16 09:23:51 -0500 received badge  Good Question (source)
2017-10-02 09:08:15 -0500 received badge  Nice Answer (source)
2017-09-06 04:53:11 -0500 received badge  Guru (source)
2017-09-06 04:53:11 -0500 received badge  Great Answer (source)
2017-08-26 09:48:56 -0500 received badge  Great Answer (source)
2017-06-19 18:21:56 -0500 received badge  Nice Answer (source)
2017-05-23 02:31:20 -0500 marked best answer Binding RViz' view camera position and orientation to tf frame

Hello,

I am working on head-tracking application and utilizing RViz for visualization. I have 3 coordinate frames connected as /world -> /base -> /head.

  • /world - global frame
  • /base - head-tracker frame (fixed to /world)
  • /head - user's head frame in /base

The thing I am trying to achive is make user's head to be a 'camera' in 3D environment. Thus, I need to make /head frame to control RViz' viewport camera position and orientation. So far I managed only to bind /head frame position to the RViz camera by setting it to Target Frame. But frame orientation is ignored in this case.

Is there a way to control RViz camera orientation as well?

Thanks in advance,

Boris

UPDATE: Setting fixed frame to /world or /base does not help.

UPDATE 2:

$ rosrun tf tf_echo /world /base
At time 1342851117.156
- Translation: [0.000, 0.000, 0.500]
- Rotation: in Quaternion [0.500, 0.500, 0.500, 0.500]
            in RPY [1.570, -0.000, 1.570]
// -- duplicating messages -- //
$ rosrun tf tf_echo /base /head
At time 1342851130.635
- Translation: [-0.183, 0.029, -0.722]
- Rotation: in Quaternion [0.010, 0.269, -0.049, 0.962]
            in RPY [-0.008, 0.544, -0.104]
At time 1342851131.636
- Translation: [-0.176, 0.028, -0.732]
- Rotation: in Quaternion [0.037, 0.984, -0.176, 0.018]
            in RPY [-2.789, 0.049, 3.075]
At time 1342851132.631
- Translation: [-0.181, 0.020, -0.745]
- Rotation: in Quaternion [0.041, 0.978, -0.201, 0.025]
            in RPY [-2.739, 0.066, 3.072]
// -- and so on -- //
2017-05-23 02:31:20 -0500 received badge  Nice Answer (source)
2017-03-31 19:39:17 -0500 received badge  Nice Answer (source)
2017-03-07 01:29:03 -0500 received badge  Nice Answer (source)
2017-02-03 09:18:08 -0500 commented answer how to show laser scanner data in rviz

@Ben12345 If you read the suggested pages and still have questions, then ask them. (There is a button on the top right "Ask your question"). Also, I highly recommend to go through the ROS Tutorials and RViz User Guide.

2016-12-24 23:55:37 -0500 received badge  Nice Answer (source)
2016-12-04 11:10:14 -0500 received badge  Nice Answer (source)
2016-12-02 11:07:09 -0500 commented answer Is it a good idea to run docker images on a robot?

Yes, I think so. Unfortunately I don't have any details right now about that.

2016-11-29 02:17:43 -0500 received badge  Good Answer (source)
2016-11-28 17:53:18 -0500 received badge  Nice Answer (source)