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

Aleksandr Savel'ev's profile - activity

2022-02-03 14:53:43 -0500 received badge  Famous Question (source)
2021-12-03 07:33:53 -0500 received badge  Good Question (source)
2021-09-30 03:00:57 -0500 commented answer How to build correct Lanelet2 map for Autoware.Auto ?

@opaoparator That's interesting investigation ) In my case wrong MGRS zone or location of (lat lon) led to absolute disa

2021-09-28 01:15:32 -0500 received badge  Guru (source)
2021-09-28 01:15:32 -0500 received badge  Great Answer (source)
2021-09-03 06:24:05 -0500 received badge  Notable Question (source)
2021-08-24 09:47:48 -0500 received badge  Popular Question (source)
2021-08-24 06:58:01 -0500 commented question Dense Point Cloud Mapping in Autoware.Auto not working properly

I faced with the same issue https://answers.ros.org/question/384751/autowareauto-ndt_localizer-stucks-at-a-little-bit-re

2021-08-20 07:21:30 -0500 edited question Autoware.Auto ndt_localizer "stucks" at a little bit repeated point cloud shape situation

ndt_localizer "stucks" at a little bit repeated point cloud shape situation I faced with strange issue, i can't build po

2021-08-20 07:21:27 -0500 edited question Autoware.Auto ndt_localizer "stucks" at a little bit repeated point cloud shape situation

ndt_localizer "stucks" at a little bit repeated point cloud shape situation I faced with strange issue, i can't build po

2021-08-20 07:09:10 -0500 edited question Autoware.Auto ndt_localizer "stucks" at a little bit repeated point cloud shape situation

ndt_localizer "stucks" at a little bit repeated point cloud shape situation I faced with strange issue, i can't build po

2021-08-20 07:06:55 -0500 received badge  Organizer (source)
2021-08-20 06:09:23 -0500 edited question Autoware.Auto ndt_localizer "stucks" at a little bit repeated point cloud shape situation

ndt_localizer "stucks" at a little bit repeated point cloud shape situation I faced with strange issue, i can't build po

2021-08-20 06:07:22 -0500 asked a question Autoware.Auto ndt_localizer "stucks" at a little bit repeated point cloud shape situation

ndt_localizer "stucks" at a little bit repeated point cloud shape situation I faced with strange issue, i can't build po

2021-08-18 08:02:23 -0500 answered a question [Autoware] Create custom map - osm file version

Hello @definitive , have a look at my Q&A HERE

2021-08-09 10:05:53 -0500 received badge  Taxonomist
2021-08-09 08:26:24 -0500 commented answer How to build correct Lanelet2 map for Autoware.Auto ?

@asobhy Did you successfully used ndt_mapping_nodes ndt_mapper.launch.py from Autoware.Auto for live Lidar data without

2021-08-09 02:57:39 -0500 commented answer How to build correct Lanelet2 map for Autoware.Auto ?

@asobhy Did you successfully used ndt_mapping_nodes ndt_mapper_single_vel.launch.py from Autoware.Auto without any twea

2021-08-06 09:56:59 -0500 commented answer How to build correct Lanelet2 map for Autoware.Auto ?

@asohby Did you successfully used ndt_mapping_nodes ndt_mapper_single_vel.launch.py from Autoware.Auto without any twea

2021-07-18 22:27:53 -0500 received badge  Necromancer (source)
2021-06-30 09:30:44 -0500 commented answer How to build correct Lanelet2 map for Autoware.Auto ?

@asobhy I use ndt mapper from Autoware.AI, i just run it from runtime manager.

2021-05-12 11:31:06 -0500 commented answer How to create a lanelet2 map for Autoware.Auto AVP demo?

Hello, @congphase . Do you use ssc_interface and vehicle_kinematic_state topic respectively to start lanelet2_global_pla

2021-05-11 07:40:10 -0500 marked best answer How to build correct Lanelet2 map for Autoware.Auto ?

Hi, everyone ! I've got a question related to Lanelet2 map creation for Autoware.Auto. First of all i created lanelet2 map with Tier4 tool https://tools.tier4.jp/vector_map_bui..., but when i tried to put it in map loader, it ran into problems and didn't load one.

[ERROR] [lanelet2_map_provider_exe-12]: process has died [pid 29844, exit code -6, cmd '/home/prius/AutowareAuto/install/lanelet2_map_provider/lib/lanelet2_map_provider/lanelet2_map_provider_exe --ros-args -r __node:=lanelet2_map_provider_node -r __node:=lanelet2_map_provider_node -r __ns:=/had_maps --params-file /home/prius/AutowareAuto/install/autoware_auto_avp_demo/share/autoware_auto_avp_demo/param/lanelet2_map_provider.param.yaml'].

I've decide to test my map by replacing the original one in ms3 AVP demo. The way i did it -> I put my own pcd and osm links to map_publisher.param.yaml, map_publisher_vehicle.param.yaml and lanelet2_map_provider.param.yaml. After that i decide to inspect original autonomous_stuff osm map and my one created in tier4 web tool. As i see there are different generator type, version and format.

autonomoustuff_parkin_lot.osm ->

<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
  <node id='1001' visible='true' version='1' lat='37.38143282929' lon='-121.90825956337'>
    <tag k='ele' v='-1.4483755826950073' />
  </node>

my_own_map.osm (created with Tier4 web tool) ->

<?xml version="1.0" encoding="UTF-8"?>
<generator="VMB">
  <MetaInfo format_version="1" map_version="2"/>
  <node id="22" lat="" lon="">
    <tag k="mgrs_code" v="99XXX0-2001"/>
    <tag k="local_x" v="-111.9826"/>
    <tag k="local_y" v="192.4938"/>
    <tag k="ele" v="-18.5134"/>
  </node>

As i found out there is special JOSM editor for Open street maps and lanelet extension for it. I tried to create osm map with JOSM editor. And i'm faced with such issue, every node in original autonomous_stuff.osm map has tags (ele, x, y). When i draw nodes in JOSM these tags don't creating themselves. of course i can create these tags manually, but i don't know what values must be there. Also when i created lanelet map with tier4 web tool these tags was created by default. I thought that i can open my map from josm in https://tools.tier4.jp/vector_map_bui... and add these tags in some automatic way, but this tier4 web tool rejects this map for missing ele tags.

Also as i know there is third way to create lanelet2 map, it's autocore.ai MapToolbox, but i hope that first two approaches must be workable. But anyway i'll try to build one more map in this unity extension toolbox.

UPD:
1) I've tried to import and export original autonomoustuff_parking_lot.osm in tier4 web tool, after that lanelet map becomes invalid to use in autoware.auto. One more proof of incompatibility.

2) I've tried to create map in unity editor with autocore-ai map tool for lanelet2 maps. I used autoware_auto branch, and it has bag that not allowed to save map. I changed save function to master ... (more)

2021-05-07 04:05:01 -0500 answered a question Can i use .pcd as map in ros rviz?

If you want to visualize it in rviz, one of most convenient way is to use pcd_to_pointcloud tool. $ rosrun pcl_ros pc

2021-05-07 03:55:07 -0500 commented question Golf cart moves slowly and shakes violently while following planned trajectory

Hello @congphase , little bit off topic, but what tool/package did you use to build pcd map ? ndt_mapper from Autoware.A

2021-05-07 03:31:37 -0500 commented question What are the steps to create Lanelet2 map for Autoware.Auto

Hello @rahul14k, you can check my QA, there i described several basic steps. And yes, it's more convenient to start crea

2021-05-05 06:30:40 -0500 commented question Unable to generate map with live data in Autoware.Auto

Also i noticed that there is small difference in map content autonomoustuff_parking_lot.pcd VERSION 0.7 FIELDS x y z

2021-05-05 06:28:09 -0500 commented question Unable to generate map with live data in Autoware.Auto

@yunuscaliskan Yeah, i realized it on last friday. I took this map and binarized with pcl_convert_pcd_ascii_binary map

2021-04-30 10:16:54 -0500 commented question Unable to generate map with live data in Autoware.Auto

For the moment, i "successfully" start ndt_mapping with live data from vlp-16, but there's no published ndt_map topic. n

2021-04-30 10:09:02 -0500 commented question Unable to generate map with live data in Autoware.Auto

For the moment, i "successfully" start ndt_mapping with live data from vlp-16, but there's no published ndt_map topic. n

2021-04-29 08:43:09 -0500 commented question Unable to generate map with live data in Autoware.Auto

Yes i create map_publisher config, and i can see my map in rviz. Here is my way to do it. link text And i can see my ma

2021-04-29 07:26:33 -0500 commented question How to convert high level commands present in ssc_interface to low level commands for pacmod.

Hello @sudip , did you find the way to convert this command ?

2021-04-29 07:15:45 -0500 commented question Unable to generate map with live data in Autoware.Auto

Actually it's third party projects, and it's not so interesting in context of our topic. For the last year i create pcd