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

Josh Whitley's profile - activity

2023-04-20 01:27:49 -0500 received badge  Good Answer (source)
2022-11-22 07:30:39 -0500 received badge  Nice Answer (source)
2022-07-28 17:13:31 -0500 received badge  Good Answer (source)
2022-07-28 04:06:33 -0500 received badge  Nice Answer (source)
2022-07-03 20:09:28 -0500 received badge  Nice Answer (source)
2022-03-11 17:59:23 -0500 commented question Keep getting "can't generate global path for start" and "Cant find global waypoint nodes in the map to start" on Autoware when using my created tier4 map

Searching for the text of the 2nd error that you mention in the code leads to this error being in the op_planner module.

2022-01-17 04:45:35 -0500 received badge  Nice Answer (source)
2021-12-20 16:22:31 -0500 commented answer ROS 2 Params YAML File Package-Relative Path

Thanks for the pointer!

2021-12-20 16:22:05 -0500 marked best answer ROS 2 Params YAML File Package-Relative Path

Is there currently any analog to the rosparam flag subst_value for ROS 2 YAML parameter files? I would like to use a package-relative path (like $(find package_name)/path/to/file.txt from ROS 1) in a ROS 2 parameters file but I can't find an example of this.

2021-12-10 23:44:14 -0500 commented question [Autoware.Auto] trying to get AVP demo work in Borregas avenue map

When you say "Won't drive to the goal," do you mean "doesn't move at all" or something different? Could you be more spec

2021-12-10 23:44:06 -0500 commented question [Autoware.Auto] trying to get AVP demo work in Borregas avenue map

When you say "Won't drive to the goal," do you mean "doesn't move at all" or something different? Could you be more spec

2021-12-10 23:34:06 -0500 answered a question [Autoware.Auto] ndt map pulbisher not working, PCD file not be loaded.

The current ndt_map_publisher node expects the PCD format to contain at least fields X, Y, Z, and INTENSITY (which must

2021-12-10 23:28:14 -0500 answered a question For frame [velodyne]: Frame [velodyne] does not exist

The frame velodyne would generally be a frame for a lidar - specifically a Velodyne lidar. This is the "frame of referen

2021-12-10 23:28:14 -0500 received badge  Rapid Responder (source)
2021-12-04 05:19:40 -0500 received badge  Necromancer (source)
2021-10-09 05:10:39 -0500 received badge  Nice Answer (source)
2021-09-28 11:54:29 -0500 received badge  Stellar Question (source)
2021-09-12 08:57:05 -0500 marked best answer ndt_gpu crashes with Eigen Error

Environment:

  • Ubuntu 18.04.3
  • Kernel 4.15.0-58-generic
  • CUDA 10.0
  • CuDNN 7.6.2
  • Eigen 3.3.7

When I build Autoware 1.12.0 from source with the AUTOWARE_COMPILE_WITH_CUDA=1 environmental variable set, I get the following crash of ndt_gpu when running with any method:

ndt_matching: /usr/local/include/eigen3/Eigen/src/Core/DenseStorage.h:109: Eigen::internal::plain_array<T, Size, MatrixOrArrayOptions, 16>::plain_array() [with T = float; int Size = 16; int MatrixOrArrayOptions = 0]: Assertion `(internal::UIntPtr(eigen_unaligned_array_assert_workaround_gcc47(array)) & (15)) == 0 && "this assertion is explained here: " "http://eigen.tuxfamily.org/dox-devel/group__TopicUnalignedArrayAssert.html" " **** READ THIS WEB PAGE !!! ****"' failed.
2021-09-12 08:57:05 -0500 received badge  Scholar (source)
2021-09-12 08:55:25 -0500 answered a question Visualizing osm file inside Autoware Auto

Autoware.Auto uses the earth->map transform (usually published by the point cloud map loader) to then project the Lan

2021-09-12 08:44:53 -0500 answered a question Change timestampt of tf between base_link and map

The clock topic being produced by LGSVL is designed to provide a simulation clock for every node just like replaying a b

2021-09-12 08:20:10 -0500 edited answer invalid action on ros2 - Autoware

If you have previously built Autoware.Auto on your system or have not updated your ade in a while, this can happen becau

2021-09-12 08:19:43 -0500 answered a question invalid action on ros2 - Autoware

If you have previously built Autoware.Auto on your system or have not updated your ade in a while, this can happen becau

2021-09-12 08:08:39 -0500 answered a question Successfully installed autoware.auto and svl simulator. How can I use the autopilot?

Please see the Usage documentation - specifically the Autonomous Valet Parking and Record/Replay Planner examples.

2021-09-12 08:06:28 -0500 commented answer Successfully installed autoware.auto and svl simulator. How can I use the autopilot?

These are instructions for Autoware.ai (ROS1) not Autoware.Auto (ROS2).

2021-09-12 08:03:12 -0500 commented question Autoware.AI 1.14: colcon build, a lot packages are not processed

Can you please verify that you ran Step 4: Install dependencies using rosdep. And if so, please run it again and provide

2021-08-16 10:32:47 -0500 received badge  Great Question (source)
2021-07-17 13:31:45 -0500 answered a question Autoware.Auto Localization gets lost when turning in certain spots of the map

Two answers: Running the simulator on the same machine as Autoware.Auto is not recommended for this reason. NDT is a v

2021-07-12 11:24:26 -0500 answered a question rplidar_node on ros2 / Autoware drops message for ‚Unknown‘ reason

This is likely because the global frame that you have set in rviz2 is not laser_frame and you haven't defined a transfor

2021-06-27 15:35:36 -0500 answered a question Is any demo exists in AutowareAuto that work without parking slot as goal position

Rahul, If you are using the AVP demo, you should be able to set the goal pose to any point which is in a lanelet that i

2021-06-25 13:24:34 -0500 commented answer Autoware Auto - Record/Replay a Trajectory in LGSVL

You didn't mention previously that you were using the 1.0.0 version. In this version, the action was under recordreplay_

2021-06-24 12:28:31 -0500 answered a question Autoware Auto - Record/Replay a Trajectory in LGSVL

Please try updating your ade containers again. We (somewhat) recently moved the actions for the Record/Replay Planner fr

2021-06-23 11:06:20 -0500 commented question Autoware Auto - Record/Replay a Trajectory in LGSVL

Which version? Have you updated ade recently with the --update flag?

2021-06-23 06:16:34 -0500 commented question Autoware Auto - Record/Replay a Trajectory in LGSVL

Are you building Autoware from source or using the pre-built installation in /opt/AutowareAuto in Docker? Are you runnin

2021-06-22 00:35:38 -0500 commented question How to build the Autoware.Auto

The errors you are receiving are because rviz2 is unable to start from inside the Docker container. Try stopping ade, re

2021-06-21 23:54:20 -0500 commented question How to build the Autoware.Auto

To be clear, colcon test just runs unit and integration tests. If colcon build passes without any package failures, then

2021-06-21 21:13:29 -0500 commented question How to build the Autoware.Auto

The remaining error is just saying that the copyrights in the lgsvl_msgs package don't pass the ament_copyright test. Si

2021-06-21 15:57:19 -0500 answered a question What is the stop condition of tracking

pure_pursuit only controls lateral movement - not longitudinal - so it does not cause the vehicle to stop. velocity_set

2021-06-21 15:54:58 -0500 commented question How to build the Autoware.Auto

Could you please give me all the commands that you have run so far in order to build and test Autoware.Auto 1.0.0? Somet

2021-06-17 07:20:08 -0500 commented question What is the stop condition of tracking

I'm not sure I understand your question. Tracking is used to track the movement of objects.

2021-06-17 07:17:50 -0500 received badge  Rapid Responder (source)
2021-06-17 07:17:50 -0500 answered a question Is oculus quest2 available for autoware

I'm sorry but the Oculus Quest is not officially supported by Autoware.ai.

2021-06-17 07:16:53 -0500 commented question How to build the Autoware.Auto

The output that you received above does not tell us what errors actually occurred. Please run colcon test-result --verbo

2021-06-08 16:18:30 -0500 commented answer LGSVL quits immediately upon starting

See https://gitlab.com/autowarefoundation/autoware.auto/AutowareAuto/-/issues/1140 for discussion about this issue.

2021-05-31 06:43:12 -0500 commented answer Suggestions for centimeter-accuracy HD map creation

The origin that is created in the PCD file is the point at 0, 0, 0 prior to georeferencing and is coincident with the lo

2021-05-31 05:45:47 -0500 answered a question CUDA dependency in autoware.auto

Autoware.Auto does not depend on CUDA. We will be adding machine-learning components but the back-ends which will be sup

2021-05-30 16:52:05 -0500 answered a question How to change ndt_pose to current_pose in AutowareAuto,

The current state of Autoware.Auto requires that a VehicleKinematicState be published to current_pose. This is usually g

2021-05-30 16:46:03 -0500 answered a question Autoware.Auto ROS2Bag compatibility with Point Cloud Map Builder

It is not but it also should not be necessary. See my answer to https://answers.ros.org/question/378637/autowareauto-bes