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

Felix Duvallet's profile - activity

2022-09-21 16:42:47 -0500 received badge  Famous Question (source)
2022-09-21 16:42:47 -0500 received badge  Notable Question (source)
2021-12-17 00:33:38 -0500 marked best answer Diagnosing issues with bloom + github two-factor authentication

I am trying to release a package with bloom, but I also have two-factor authentication on my github account.

I tried following these instructions: http://wiki.ros.org/bloom/Tutorials/G...

and have a ~/.config/bloom file with my private github token. However, bloom still fails to authenticate:

==> git push --dry-run
Username for 'https://github.com': felixduvallet
Password for 'https://felixduvallet@github.com': 
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/felixduvallet/grasp-synergy-release.git/'
Cannot push to remote release repository.

Is there a way to diagnose the bloom+github authentication by itself?

2021-05-13 09:25:24 -0500 received badge  Nice Answer (source)
2021-02-05 09:53:02 -0500 received badge  Famous Question (source)
2020-07-29 11:19:45 -0500 received badge  Popular Question (source)
2020-07-29 11:19:00 -0500 commented answer How to search for ROS packages?

Thanks @azazdeaz, I've updated the link in the answer.

2020-07-29 11:18:44 -0500 edited answer How to search for ROS packages?

The rosindex tool is also very helpful for finding packages: https://index.ros.org/packages/page/1/time/ You can search

2020-07-29 03:08:01 -0500 received badge  Necromancer (source)
2020-07-16 08:45:31 -0500 received badge  Guru (source)
2020-07-16 08:45:31 -0500 received badge  Great Answer (source)
2020-06-06 00:53:07 -0500 received badge  Good Question (source)
2020-04-29 04:19:45 -0500 received badge  Famous Question (source)
2020-04-06 14:59:50 -0500 received badge  Famous Question (source)
2020-04-06 14:59:50 -0500 received badge  Notable Question (source)
2019-09-28 13:40:37 -0500 received badge  Nice Question (source)
2019-06-16 16:15:37 -0500 marked best answer What does "rcl" in ros2 stand for?

In ros2, the C++ include paths is something like:

#include "rclcpp/rclcpp.hpp"

and the python import looks like:

import rclpy

What does 'rcl' stand for?

2019-03-02 08:26:55 -0500 received badge  Notable Question (source)
2018-12-12 07:11:07 -0500 received badge  Nice Question (source)
2018-09-30 14:41:06 -0500 received badge  Good Question (source)
2018-08-03 06:45:23 -0500 received badge  Great Answer (source)
2018-08-03 06:45:23 -0500 received badge  Guru (source)
2018-07-10 06:50:02 -0500 received badge  Good Answer (source)
2018-06-25 14:30:44 -0500 received badge  Famous Question (source)
2018-06-20 09:52:34 -0500 received badge  Famous Question (source)
2018-05-23 09:45:49 -0500 edited question exclude some topics from rosbag play

exclude some topics from rosbag play I have a bag file with a bunch of topics inside of it, is it possible to exclude so

2018-03-19 10:10:00 -0500 marked best answer exclude some topics from rosbag play

I have a bag file with a bunch of topics inside of it, is it possible to exclude some topics from being played back?

For example, the bag file might have:

topics:      /camera/depth/image            150 msgs    : sensor_msgs/Image          
             /camera/rgb/image_color        150 msgs    : sensor_msgs/Image          
             /joint_states                 2500 msgs    : sensor_msgs/JointState     
             /rosout                         35 msgs    : rosgraph_msgs/Log          
             /rosout_agg                     35 msgs    : rosgraph_msgs/Log          
             /tf                           7697 msgs    : tf2_msgs/TFMessage

And I might be interested in playing back everything except the /tf topic.

Is there a shorter way than rosbag play file.bag --topics <topic> with all topics?

2018-03-08 07:52:50 -0500 received badge  Famous Question (source)
2018-01-17 07:21:57 -0500 received badge  Notable Question (source)
2018-01-17 07:21:57 -0500 received badge  Famous Question (source)
2017-09-12 03:36:54 -0500 received badge  Famous Question (source)
2017-09-07 03:02:48 -0500 received badge  Famous Question (source)
2017-07-24 03:16:09 -0500 answered a question How to search for ROS packages?

The rosindex tool is also very helpful for finding packages: http://rosindex.github.io/packages/page/1/time/ You can se

2017-07-10 10:07:15 -0500 received badge  Nice Question (source)
2017-05-17 23:43:07 -0500 marked best answer How can I integrate my ROS package with Travis continuous integration?

I want to run continuous integration (through travis-ci) for my ROS package, where can I find a .travis.yml file to get started?

2017-04-27 12:15:01 -0500 received badge  Nice Answer (source)