revati-naik
revati-naik
@zvika-waissbaum Could you please elaborate on the issue? Are you not able to see the bounding boxes on the pedestrians when you try to visualize the sensor output in the...
@WhoAmI-kai Please follow the instructions provided [here](https://www.svlsimulator.com/docs/archive/2020.06/apollo5-0-instructions/) to build the Apollo 5.0 container. After you enter the container, please build Apollo using `./apollo.sh build_opt_gpu ` before running `bootstrap.sh`
@WhoAmI-kai Could you please share the screenshot of the terminal which is running Apollo container. I would want to check the image on which the conatiner is built. It can...
@WhoAmI-kai As fasr as what I have noticed is that while using a dev container, we need to build the container everytime we enter the container. We test with the...
I had a question on this one, what if there are a few WARNINGS which should not be treated as errors, in that case, how do we differentiate?
To add more info, instead of injecting an `*` can we have a `-`? Also, the indentation needed is 4 not 2. This is needed in the md file is...
@liran-funaro Do we have any update on this?
> Hi @revati-naik. Please try to create a minimalistic example to reproduce this issue. I just updated the first comment. And to add more context, please find the diff patch...
I could fix it partly by changing ``` replace("\n", "") ``` With ``` replace("\n", "") ``` on line https://github.com/liran-funaro/sphinx-markdown-builder/blob/09eff5b058455c14a6cd3fa8f16ba2e2550669ae/sphinx_markdown_builder/contexts.py#L273
Hi, Please find the below versions to be included in the reproduction of this bug Describe the bug When writing a .rst file, ``` .. swrq:: The package package shall...