> For the complete documentation index, see [llms.txt](https://campus-rover.gitbook.io/lab-notebook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://campus-rover.gitbook.io/lab-notebook/fiiva/laserscan-definition-modify.md).

# laserscan-definition-modify.md

### by Harry Zhu (courtesy of TA Adam Ring)

This guide showcases how you can modify the definitions (e.g. range\_min) of the LaserScan message published to the /scan topic. It is also a brief “guide” on how to access and modify files on a Turtlebot.

Turtlebot’s LaserScan message is specified by the ld08\_driver.cpp file from this repo: <https://github.com/ROBOTIS-GIT/ld08\\_driver/tree/develop/src>. You can modify this file on your Turtlebot through a terminal on vnc.

## Step 1: ssh into your robot, do not do bringup

## Step 2: cd to the right directory

`cd catkin_ws/src/ld08_driver/src`

## Step 3: enter nano editor

`nano ld08_driver.cpp`

## Step 4: go to line 63 and fine

`scan.range_min = 0.0;`

## Step 5: modify the value as you see fit

## Step 6: save and exit

ctrl + S to save, ctrl + X to exit the editor

## Step 7: remember to cm

`cm`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://campus-rover.gitbook.io/lab-notebook/fiiva/laserscan-definition-modify.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
