This commit is contained in:
sha-xiaobao
2022-11-28 16:51:17 +08:00
parent 133c72aaa6
commit 041cc896f6
2 changed files with 2 additions and 2 deletions

View File

@@ -462,7 +462,7 @@ $(PROJECT_DIR)
│ │ ├── ...
```
![visulization](./imgs/001217.png)
![visulization](imgs/001217.png)
## 8 ROS环境下的测试

View File

@@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
export PYTHONPATH=$PYTHONPATH:./LaserDet
# running inference process
nohup python -u release_lidar_speedtest.py --data_path $1 --pipe_store $2 --split $3 >> rounding_error.log 2>&1 &